Hunspell-dict-de_de version 2006-02-07 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    hunspell-dict-de_de  most recent diff


    version 2006-02-07

      View the most recent changes for the hunspell-dict-de_de port at: hunspell-dict-de_de.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for hunspell-dict-de_de.
      The raw portfile for hunspell-dict-de_de 2006-02-07 is located here:
      http://hunspell-dict-de_de.darwinports.com/dports/textproc/hunspell-dict-de_DE/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/hunspell-dict-de_de


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The hunspell-dict-de_de Portfile 39156 2008-08-10 10:22:18Z jochen macports.org $

      PortSystem 1.0

      Name: hunspell-dict-de_DE
      Version: 2006-02-07
      Category: textproc
      Maintainers: nomaintainer
      Description: English (US) dictionary for hunspell
      Homepage: http://wiki.services.openoffice.org/wiki/Dictionaries
      Platform: darwin

      Long Description: $description

      Master Sites: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/

      distname de_DE
      Checksums: md5 cb1e21fee281f32d832a34ad6de1b553

      use_zip yes

      set installdir "$destroot/$prefix/share/hunspell/"
      set worksrcdir "."

      use_configure no
      build {}
      destroot {
      xinstall -d -m 755 $installdir
      xinstall -m 644 $workpath/de_DE.aff $installdir
      xinstall -m 644 $workpath/de_DE.dic $installdir
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/hunspell-dict-de_de
      % sudo port install hunspell-dict-de_de
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching hunspell-dict-de_de
      ---> Verifying checksum for hunspell-dict-de_de
      ---> Extracting hunspell-dict-de_de
      ---> Configuring hunspell-dict-de_de
      ---> Building hunspell-dict-de_de with target all
      ---> Staging hunspell-dict-de_de into destroot
      ---> Installing hunspell-dict-de_de
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using hunspell-dict-de_de with these commands:
      %  man hunspell-dict-de_de
      % apropos hunspell-dict-de_de
      % which hunspell-dict-de_de
      % locate hunspell-dict-de_de

     Where to find more information:

    Darwin Ports



    Lightbox this page.